Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-32842 | JRE0060-UX | SV-43649r1_rule | Medium |
Description |
---|
This configuration file must hold values of the location of the deployment.properties file as well as the enforcement of these properties. Without a proper path for the properties file, deployment would not be possible. If the path specified does not lead to a properties file the value of the 'deployment.system.config. mandatory' key determines how to handle the situation. If the value of this key is true, JRE will not run if the path to the properties file is invalid. NOTE: The 'JRE' directory in the file path may reflect the specific JRE release installed. |
STIG | Date |
---|---|
Java Runtime Environment (JRE) 6 STIG for UNIX | 2012-07-23 |
Check Text ( C-41526r3_chk ) |
---|
Navigate to the deployment.config file. usr/Java/jre/lib/deployment.config If the configuration file does not contain 'deployment.system.config=file:/usr/Java/jre/lib/deployment.properties', this is a finding. If the configuration file does not contain 'deployment.system.config.mandatory=false', this is a finding. |
Fix Text (F-37162r5_fix) |
---|
Specify the path to the deployment.properties file and set the mandatory configuration values. Navigate to the deployment.config file. usr/Java/jre/lib/deployment.properties Include the following keys in the configuration file: 'deployment.system.config=file:/usr/Java/jre/lib/deployment.properties' 'deployment.system.config.mandatory=false'. |